Skip to content

Conversation

@MorrisJobke
Copy link
Member

I tested bundle install, app store install, normal install, a complete fresh server install. All worked, but I would like to ask you to have an in detail look at this change set.

The added stuff to Installer::installApp is basically all the stuff that was done in OC_App::installApp and somehow makes sense to be executed. All the removals in OC_App::enable are now down in the Installer::installApp and not needed there anymore.

I couldn't find any place where settings/ajax/installapp.php was used, so I deleted it. This and the enable method are the only places where the old method was called.

* uses Installer->installApp now
* removes unused code
* fixes #4453
* added some additional checks

Signed-off-by: Morris Jobke <[email protected]>
@mention-bot
Copy link

@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @LukasReschke and @georgehrke to be potential reviewers.

LukasReschke added a commit that referenced this pull request May 15, 2017
OC_Group has been removed in March with #4867, the check in question is also performed two lines below already.

Signed-off-by: Lukas Reschke <[email protected]>
@LukasReschke LukasReschke merged commit 79af585 into master May 15, 2017
@LukasReschke LukasReschke deleted the kill-install-app branch May 15, 2017 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kill \OC_App::installApp

5 participants